---
title: "Docs Page Not Found"
description: "Could not find a markdown page for /docs/customization/{href}.md."
canonical_url: "https://docs.farming-labs.dev/docs/customization/%7Bhref%7D"
markdown_url: "https://docs.farming-labs.dev/docs/customization/%7Bhref%7D.md"
---

# Docs Page Not Found

Could not find a markdown page for `/docs/customization/{href}.md`.

## Closest Matches

- [Customization](/docs/customization.md) (67.9% confidence) - Colors, typography, sidebar, components, analytics, telemetry, observability, agent primitives, robots.txt, OG images, AI chat, and page actions
- [Sidebar](/docs/customization/sidebar.md) (61.4% confidence) - Title, icons, collapsible groups, and styling
- [Colors](/docs/customization/colors.md) (60.2% confidence) - Override any color token from config
- [MCP Server](/docs/customization/mcp.md) (60.2% confidence) - Expose your docs as MCP tools and resources over stdio, /mcp, or /.well-known/mcp
- [Sitemaps](/docs/customization/sitemaps.md) (58.6% confidence) - Generate sitemap.xml, sitemap.md, and docs/sitemap.md for crawlers, agents, and static exports

## Recovery

- If a closest match looks right, fetch that markdown URL directly.
- If the match is uncertain, search the docs first and then fetch the smallest page that answers the task.
- Use the sitemap routes below to browse the full docs index before guessing another slug.

## Discovery Routes

Use these discovery routes to find the right page:

- Agent discovery spec: `/.well-known/agent.json`
- Agent discovery fallback: `/.well-known/agent`
- Agent discovery API: `/api/docs/agent/spec`
- Agent instructions: `/AGENTS.md`
- Search endpoint: `/api/docs?query={query}`
- Docs index markdown: `/docs.md`
- Requested markdown API route: `/api/docs?format=markdown&path=customization/%7Bhref%7D`
- Semantic sitemap: `/sitemap.md`
- Docs-scoped sitemap alias: `/docs/sitemap.md`
- Semantic sitemap well-known alias: `/.well-known/sitemap.md`
- XML sitemap: `/sitemap.xml`

The agent discovery spec is the safest first step because it lists the active markdown, sitemap, robots, search, MCP, and feedback routes for this deployment.

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
